a11y: Fix removing mnemonic widgets
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 17 Dec 2020 15:49:00 +0000 (15:49 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 17 Dec 2020 15:49:00 +0000 (15:49 +0000)
commitaf0973c847128ef18a231aa133653413523861d0
tree73066ecba41ea74661754605de43b5de753b832d
parente9e09be37ef184794901dadb6bac2c07a20da0ee
a11y: Fix removing mnemonic widgets

We must not use the variadic arguments version with GList, as it expects
a pointer to a GtkAccessible.
gtk/gtkwidget.c